# Google OAuth Configuration
# Project: webapp-464103
# Project Number: 328062795281
GOOGLE_CLIENT_ID=328062795281-lnm73bd3oq1s2i409a9fnhe72r169jo8.apps.googleusercontent.com
GOOGLE_CLIENT_SECRET=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

# Session Configuration
SESSION_SECRET=your_super_secret_session_key_here

# Server Configuration
PORT=3001
NODE_ENV=development

# Database Configuration
DB_PATH=./database/chat.db